*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.bannerr{
        background-image: url(https://ultraguard.ae/assets/img/product/window-film/body-ice/body-ice-banner.webp) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width:768px){
    .bannerr{
         background: url(https://ultraguard.ae/assets/img/product/window-film/body-ice/body-ice-banner.webp) , #00000052 !important;
             background-blend-mode: multiply;
    }
}